←Select platform

StartStreaming Method

Summary

Starts the process of streaming.

Syntax

C#
VB
C++
public void StartStreaming( 
   TServiceState state 
) 
  
Public Sub StartStreaming( _ 
   ByVal state As TServiceState _ 
)  
public: 
void StartStreaming(  
   _TServiceState^_ state 
)  

Parameters

state
User state information which will be passed to the abstract methods.

Remarks

Call this method multiple times to continue streaming after all streams have been processed.

Make sure that the ServiceStreamer<TStreamedData,TServiceState> is not busy before calling this method by checking the Busy property.

Calling this method while the ServiceStreamer<TStreamedData,TServiceState> is still busy causes an exception.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.